Skip to content

Add submission approval and rejection functionality - #274

Merged
Kaylahray merged 2 commits into
Quid-proquo:mainfrom
Copstud3:feat/be-submission-review
Jul 28, 2026
Merged

Add submission approval and rejection functionality#274
Kaylahray merged 2 commits into
Quid-proquo:mainfrom
Copstud3:feat/be-submission-review

Conversation

@Copstud3

Copy link
Copy Markdown
Contributor
  • Implemented approveSubmission and rejectSubmission methods in MissionsController and MissionsService.
  • Added RejectSubmissionDto for handling rejection reasons.
  • Updated Submission model to include rejectionReason field.
  • Enhanced service tests to cover submission review scenarios.
  • Created migration for adding rejection_reason column to submissions table.

Closes #268

Copstud3 added 2 commits July 28, 2026 15:27
- Implemented approveSubmission and rejectSubmission methods in MissionsController and MissionsService.
- Added RejectSubmissionDto for handling rejection reasons.
- Updated Submission model to include rejectionReason field.
- Enhanced service tests to cover submission review scenarios.
- Created migration for adding rejection_reason column to submissions table.
@Kaylahray
Kaylahray merged commit fbcfbee into Quid-proquo:main Jul 28, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BE] Approve / reject submission endpoints (owner)

2 participants